From 1b4f09d43857eca7f922399110e7ba596861aa01 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Mon, 25 Jun 2001 04:31:03 +0000 Subject: [PATCH] Actually update timestamps, so rules don't constantly run. Mon Jun 25 00:28:11 2001 Owen Taylor * Makefile.am: Actually update timestamps, so rules don't constantly run. --- gdk-pixbuf/ChangeLog | 5 +++++ gdk-pixbuf/Makefile.am | 8 +++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 3ebf0c22d3..a024030d23 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,8 @@ +Mon Jun 25 00:28:11 2001 Owen Taylor + + * Makefile.am: Actually update timestamps, so rules don't + constantly run. + 2001-06-11 Havoc Pennington * Makefile.am (stamp-gdk-pixbuf-marshal.c): glib_genmarshal diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index bdbfcd9300..cfe6316664 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -254,8 +254,8 @@ stamp-gdk-pixbuf-marshal.h: @REBUILD@ $(srcdir)/gdk-pixbuf-marshal.list cd $(srcdir) \ && $$glib_genmarshal --prefix=gdk_pixbuf_marshal gdk-pixbuf-marshal.list --header >> xgen-gmh \ && (cmp -s xgen-gmh gdk-pixbuf-marshal.h || cp xgen-gmh gdk-pixbuf-marshal.h) \ - && rm -f xgen-gmh xgen-gmh~ - + && rm -f xgen-gmh xgen-gmh~ \ + && echo timestamp > $(@F) stamp-gdk-pixbuf-marshal.c: @REBUILD@ $(srcdir)/gdk-pixbuf-marshal.list case @GLIB_GENMARSHAL@ in \ .*) glib_genmarshal=`pwd`/@GLIB_GENMARSHAL@ ;; \ @@ -264,4 +264,6 @@ stamp-gdk-pixbuf-marshal.c: @REBUILD@ $(srcdir)/gdk-pixbuf-marshal.list cd $(srcdir) \ && $$glib_genmarshal --prefix=gdk_pixbuf_marshal gdk-pixbuf-marshal.list --body >> xgen-gmc \ && (cmp -s xgen-gmc gdk-pixbuf-marshal.c || cp xgen-gmc gdk-pixbuf-marshal.c) \ - && rm -f xgen-gmc xgen-gmc~ + && rm -f xgen-gmc xgen-gmc~ \ + && echo timestamp > $(@F) + -- 2.30.2